Welcome![Sign In][Sign Up]
Location:
Search - printer view

Search list

[Windows Developvc++sample

Description: 该程序在文本查看器中添加了打印和打印预览功能。程序重载了onprepareprinting函数,调用computepriintmetrics方法计算打印机指标,调用doprepareprinting函数显示“print and print preview”对话框,使用函数createprintdc来创建指向打印机设备环境的指针,并调用核心ondraw函数进行打印。-the procedures in the text viewer to add a Print and Print Preview function. The procedure Heavy onprepareprinting function, Call computepriintmetrics method printers indicators, Call doprepareprinting function displays "print and print pre view "box createprintdc use function to create printer equipment at the target environment, and calls to the core function ondraw print.
Platform: | Size: 79490 | Author: 邢馨华 | Hits:

[Printing program查看打印机的状态

Description: 查看打印机设置状态。-View printer settings.
Platform: | Size: 109115 | Author: 鲁班 | Hits:

[Printing programvirtualprinter

Description: 虚拟打印机源码和安装文件,把打印内容打印到emf格式的文件中,包含win9x/NT/2K/XP平台上的源码和查看emf文件的程序源码-Virtual printer source and installation files, and print the contents of print to emf file formats, including win9x/NT/2K/XP platform source and view documents source emf
Platform: | Size: 1906688 | Author: 站长 | Hits:

[Printing programZPrinter

Description: 一个打印类,可以对打印机进行设置,也能对打印的内容进行调整,不过没有demo-A print category, can set the printer can also print the contents of the adjustment, but I did not demo
Platform: | Size: 3072 | Author: 站长 | Hits:

[Printing program查看打印机的状态

Description: 查看打印机设置状态。-View printer settings.
Platform: | Size: 108544 | Author: 鲁班 | Hits:

[Printing programConvertServer

Description: 使用VC++的内嵌浏览器功能实现虚拟打印。 可打印所有WEB浏览器可查看的文件类型。 该程序是基于smartprinter3.4虚拟打印机基础上开发的。压缩包中也包含了smartprinter的安装程序。 程序启动后,会自动将ConvertSvrConfig.ini中FaxUploadPath路径下的文件转换到FaxTempPath下,其中FaxTempPath是安装虚拟打印机时候设置的,smartprinter不能更改,转换完成后,系统自动将转换好的文件拷贝到FaxSendPath下。 -Use VC++ Embedded browser functionality realize the virtual print. Can print all the WEB browser to view the file types. The program is based on the virtual printer smartprinter3.4 developed on the basis of. Compression package also contains smartprinter the installation process. After the commencement of proceedings, will automatically ConvertSvrConfig.ini in FaxUploadPath path to the file conversion FaxTempPath under, which is to install a virtual printer FaxTempPath time settings, smartprinter can not be changed, the conversion is completed, the system automatically will be converted FaxSendPath good files are copied to the next .
Platform: | Size: 11724800 | Author: shirely | Hits:

[Graph programCIExyY

Description: 采用vc平台,彩色喷墨打印机RGB的CIExy二维彩色视图(取10个不同的Y值,即绘制10个xy平面图)-Using vc platform RGB color inkjet printer CIExy the two-dimensional color view (check 10 different Y values, that is, floor plan drawing 10 xy)
Platform: | Size: 2036736 | Author: lixiangdi | Hits:

[Driver DevelopCH341-to-232

Description: 概述 ● 全速设备接口,兼容 USB V2.0,外围元器件只需要晶体和电容。 ● 可选:通过外部的低成本串行EEPROM 定义厂商 ID、产品 ID、序列号等。 ● 支持5V电源电压和3.3V电源电压。 ● 低成本,直接转换原串口外围设备、原并口打印机、原并口外围设备。 ● 采用SOP-28封装,串口应用还提供小型的 SSOP-20 封装。 ● 由于是通过USB转换的接口,所以只能做到应用层兼容,而无法绝对相同。 -Say all ● The full speed equipments connects, and permit the USB V2.0, a machine of outer circle piece needs the crystal and electric capacities only. ● Eligibility:The low cost string that passes the exterior goes the EEPROM to define factory ID, product ID, etc. sequence. ● Support the 5 V power supply electric voltage and 3.3 V power supply electric voltages. ● Low cost, direct conversion original a peripherals, original combine a printer, original combine a peripherals. ● Adopt the SOP-28s pack, an application still provides small scaled SSOP-20s to pack. ● In view of the fact convert through an USB of connect, so can make to apply the layer and permit only, but can t absolute homology.
Platform: | Size: 325632 | Author: 胜客 | Hits:

[Graph programFppPro321chs

Description: dxp 的电路图 直接查看而不需要安装打印机 可以生成pdf文件-DXP direct view of the circuit without the need to install the printer can generate pdf documents
Platform: | Size: 1524736 | Author: 任天行 | Hits:

[VC/MFCChap13

Description: 这是MFC Windows程序设计(第2版),书上的代码。第13章,通过文档和视图打印,只有打印功能的应用程序,复杂的打印应用程序,打印技巧与诀窍,使用“打印”对话框中的“选定范围”单选按钮,添加默认分页支持枚举打印机编程,供大家参考。-This is MFC Windows Programming (2nd edition), on the code book. Chapter 13, through the documents and print view, only printing applications, the complexity of printing applications, printing techniques and know-how, use the " Print" dialog box of " Selected Areas" radio button, add the default pagination support printer enumeration program for your reference.
Platform: | Size: 245760 | Author: simon | Hits:

[Windows DevelopSoft20060210164149878

Description: 虚拟图像打印机驱动 NED Image Driver is a printer driver for Microsoft Windows 2000. It is installed and it operates like any other printer driver. However, instead of sending documents to a real printer, it creates a multi-page TIFF file that you can view with any image viewing application that supports multi-page TIFF files. This is very useful for developing the print logic in your own applications. You can debug your print logic without using a real printer - thus saving lots of paper, time and equipment. The driver calls a DLL, EXIT32.DLL, that creates the TIFF file. This 32-bit DLL receives a monochrome or 24BPP color bitmap from the driver. Functions in the DLL are called at the beginning of a print job, at the beginning of each page, at the end of each page, and at the end of the print job. The source code for the EXIT23.DLL, which is written in Miscrosoft Visual C++, is available from Northeast Data Corp. as an option. By customizing the DLL, you can redirect print -虚拟图像打印机驱动 NED Image Driver is a printer driver for Microsoft Windows 2000. It is installed and it operates like any other printer driver. However, instead of sending documents to a real printer, it creates a multi-page TIFF file that you can view with any image viewing application that supports multi-page TIFF files. This is very useful for developing the print logic in your own applications. You can debug your print logic without using a real printer- thus saving lots of paper, time and equipment. The driver calls a DLL, EXIT32.DLL, that creates the TIFF file. This 32-bit DLL receives a monochrome or 24BPP color bitmap from the driver. Functions in the DLL are called at the beginning of a print job, at the beginning of each page, at the end of each page, and at the end of the print job. The source code for the EXIT23.DLL, which is written in Miscrosoft Visual C++, is available from Northeast Data Corp. as an option. By customizing the DLL, you can redirect print
Platform: | Size: 271360 | Author: guoyang | Hits:

[Printing programstat

Description: vb写的查看打印机的状态,非常有用,需要的朋友可以参考参考-vb write View the printer status, very useful
Platform: | Size: 101376 | Author: aaaaaa | Hits:

[Delphi VCLPrint

Description: Delphi打印控制源码,在服务器端运行此程序,就可以在客户端查看到打印日志,对打印机起到监控功能.-Delphi Print control source, run this program on the server side, the client can view the print logs, play a monitoring function on the printer.
Platform: | Size: 2048 | Author: sunny | Hits:

[GDI-BitmapdemoPrint

Description: 通过使用MFC GDI来控制和操作打印机,以及打印视图阅览。-using GDI of mfc to control and operate printer and show printer view.
Platform: | Size: 35840 | Author: bill | Hits:

[CSharpPictureManage

Description: 炫彩美图秀秀是一个对图片进行浏览和处理的软件,该工具不但可以浏览某一目录下的所有图片,还可以对图片进行格式转换、使用特殊效果查看图片,并且能够对图片进行简单的处理,用户也可以使用该工具通过打印机打印喜欢的图片。 -Colorful Mito Xiu Xiu is a picture browse and processing software, the tool can not only browse a directory of all the pictures, the picture format conversion, the use of special effects to view pictures, and the picture simple processing, the user can also use the tool through the printer to print the favorite picture.
Platform: | Size: 534528 | Author: 赵宇 | Hits:

[Printing programVirtualPDFPrinter

Description: PDF 虚拟打印机,TinyPDF系列,提供(vprint、word2pdf)编程接口,分为不同版本, 提供不同的控制参数, 支持VC、VB、PB、Delphi、.NET、JAVA 等多种语言 支持编程把Word文档,网页、各种格式的图片等,打印成PDF文档,同时支持多次 打印到一个PDF,支持pdf文档合并, 可编程把Word文档,单个或批量转成PDF文档。 所有功能都封装在252K的DLL中,方便编程使用,无需其它支持。 对各种快递单、 发货单、发票等在真实打印的同时,可使用此控件,保留一份电子文档,以便后期查阅。-PDF virtual printer, TinyPDF series offers (vprint, word2pdf) programming interface is divided into different versions with different control parameters, to support VC, VB, PB, Delphi,. NET, JAVA and other programming languages ​ ​ supported by the Word document, Web page pictures in various formats, print to PDF documents, while supporting multiple print to a PDF, supports pdf document merge, programmable to a Word document, single or batch convert PDF documents. All functions are packaged in a DLL 252K, easy to use program, no other support. A variety of delivery orders, shipments, invoices, etc., while the real printing, you can use this control, keep a copy of the electronic document to the latter view.
Platform: | Size: 655360 | Author: chinagen | Hits:

[Other Embeded programRT-Thread1.2.0

Description: 晟睿STM32F103ZET6开发板跑RT Thread,内核为1.2.0,GUI为0.8版本,可以下载到板子上跑。 1、TFT根据RT Thread驱动框架编写,FSMC总线,可直接用。适合常用的9320、9325、9328TFT驱动。 2、SPI W25Qxx Nor flash驱动,可存储字库和文件系统。 3、实时时钟(RTC),可用串口指令设置时间和日期,串口打印,显示在LCD上只需调用LCD显示函数即可。 4、三个串口驱动、IIC驱动,串口1为shell脚本交互窗口,波特率9600,可根据实际修改。 5、可演示官方Demo例程。 6、SDIO TF卡,用来挂载文件系统和保存字库、图片等,板子上是SPI的卡槽,自己跳线为SDIO接口,速度比SPI快很多,SDIO接口可查看STM32手册,源码中也可查看。 7、触摸屏功能和外部RAM还存在小问题,正在修改中。 (网络问题不确定是否上传成功,再上传一次)-Sheng Rui STM32F103ZET6 development board ran RT Thread, kernel 1.2.0, GUI 0.8 version can be downloaded to run on the board. 1, TFT-driven framework based on RT Thread writing, FSMC bus, can be directly used. For common 9320,9325,9328TFT drive. 2, SPI W25Qxx Nor flash drive can store fonts and file systems. 3, the real-time clock (RTC), available serial port command to set the time and date, serial printer, displayed on the LCD display function can simply call the LCD. 4, three serial driver, IIC drive, serial port a shell script interactive window, baud rate 9600, according to the actual changes. 5, can demonstrate official Demo routine. 6, SDIO TF card, used to mount the file system and preserving fonts, images, etc., is SPI s slot on the board, own jumper for SDIO interface, much faster than the SPI, SDIO interface can view the STM32 manual, source code is also viewable. 7, touch screen functions and external RAM there is a small problem, being revised.
Platform: | Size: 27248640 | Author: 潘锐 | Hits:

[SCMSTM32EncoderConfig

Description: STM32定时的编码器模式配置,可用串口打印到上位机上查看,并解决了编码器计数器溢出的问题。-STM32 timer encoder mode configuration, available serial printer to the host computer to view, and to address the encoder counter overflow problem.
Platform: | Size: 4728832 | Author: 凌枫 | Hits:

CodeBus www.codebus.net